projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b8def7
)
(rmail-message-senders-p): Fix Typo.
author
Henrik Enberg
<henrik.enberg@telia.com>
Sat, 21 Jan 2006 15:28:23 +0000
(15:28 +0000)
committer
Henrik Enberg
<henrik.enberg@telia.com>
Sat, 21 Jan 2006 15:28:23 +0000
(15:28 +0000)
lisp/mail/rmailsum.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailsum.el
b/lisp/mail/rmailsum.el
index f15e7d9f009396eebe12532bd5ed7efedec871b7..bd174be82e5ee5f089b5c8d6b983fdf52108a9a1 100644
(file)
--- a/
lisp/mail/rmailsum.el
+++ b/
lisp/mail/rmailsum.el
@@
-199,7
+199,7
@@
The From header is tested."
(rmail-desc-get-start msg)
(rmail-desc-get-end msg))
(goto-char (point-min))
- (string-match sender
s
(or (mail-fetch-field "From") ""))))
+ (string-match sender (or (mail-fetch-field "From") ""))))
\f
;;;; General making of a summary buffer.